﻿2026-06-07T23:47:59.2807011Z ##[group]Run actions/checkout@v5
2026-06-07T23:47:59.2808060Z with:
2026-06-07T23:47:59.2808422Z   repository: SaberMage/spt-core
2026-06-07T23:47:59.2811561Z   token: ***
2026-06-07T23:47:59.2811893Z   ssh-strict: true
2026-06-07T23:47:59.2812221Z   ssh-user: git
2026-06-07T23:47:59.2812560Z   persist-credentials: true
2026-06-07T23:47:59.2812931Z   clean: true
2026-06-07T23:47:59.2813284Z   sparse-checkout-cone-mode: true
2026-06-07T23:47:59.2813677Z   fetch-depth: 1
2026-06-07T23:47:59.2813997Z   fetch-tags: false
2026-06-07T23:47:59.2814337Z   show-progress: true
2026-06-07T23:47:59.2814668Z   lfs: false
2026-06-07T23:47:59.2814976Z   submodules: false
2026-06-07T23:47:59.2815326Z   set-safe-directory: true
2026-06-07T23:47:59.2815822Z ##[endgroup]
2026-06-07T23:47:59.4594747Z Syncing repository: SaberMage/spt-core
2026-06-07T23:47:59.4595970Z ##[group]Getting Git version info
2026-06-07T23:47:59.4596535Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-07T23:47:59.4871150Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-07T23:47:59.5075653Z git version 2.43.0.windows.1
2026-06-07T23:47:59.5101333Z ##[endgroup]
2026-06-07T23:47:59.5109498Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\8ace4b50-5459-4791-976d-962f4d571b03\.gitconfig'
2026-06-07T23:47:59.5123802Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8ace4b50-5459-4791-976d-962f4d571b03' before making global git config changes
2026-06-07T23:47:59.5124866Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:47:59.5127546Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-07T23:47:59.5362865Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-07T23:47:59.5551882Z https://github.com/SaberMage/spt-core
2026-06-07T23:47:59.5578159Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-07T23:47:59.5582299Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-07T23:47:59.5772533Z refs/heads/dev-freeform
2026-06-07T23:47:59.5797118Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-07T23:47:59.6067619Z HEAD is now at 7278c95 test(rig): re-run two-host ladder after notif epoch fix [twohost]
2026-06-07T23:47:59.6516783Z ##[endgroup]
2026-06-07T23:47:59.6520032Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-07T23:47:59.9902295Z ##[group]Cleaning the repository
2026-06-07T23:47:59.9905454Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-07T23:48:04.1710055Z Removing .adapter-notify/
2026-06-07T23:48:04.1710627Z Removing target/
2026-06-07T23:48:04.1744388Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-07T23:48:04.2107637Z HEAD is now at 7278c95 test(rig): re-run two-host ladder after notif epoch fix [twohost]
2026-06-07T23:48:04.2132111Z ##[endgroup]
2026-06-07T23:48:04.2135978Z ##[group]Disabling automatic garbage collection
2026-06-07T23:48:04.2140266Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-07T23:48:04.2362953Z ##[endgroup]
2026-06-07T23:48:04.2363343Z ##[group]Setting up auth
2026-06-07T23:48:04.2369102Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:48:04.2579094Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-07T23:48:04.6120209Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:48:04.6346806Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-07T23:48:04.9870256Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:48:05.0086215Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-07T23:48:05.3415186Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-07T23:48:05.3708084Z ##[endgroup]
2026-06-07T23:48:05.3708573Z ##[group]Fetching the repository
2026-06-07T23:48:05.3714552Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7278c95ce6c31b0dde6ec446975903e9128e5147:refs/remotes/origin/dev-freeform
2026-06-07T23:48:06.0555241Z ##[endgroup]
2026-06-07T23:48:06.0555702Z ##[group]Determining the checkout info
2026-06-07T23:48:06.0556807Z ##[endgroup]
2026-06-07T23:48:06.0561944Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-07T23:48:06.0822878Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-07T23:48:06.1033548Z ##[group]Checking out the ref
2026-06-07T23:48:06.1037747Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-07T23:48:06.1380965Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-07T23:48:06.1381339Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-07T23:48:06.1381722Z Switched to and reset branch 'dev-freeform'
2026-06-07T23:48:06.1401935Z ##[endgroup]
2026-06-07T23:48:06.1628612Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-07T23:48:06.1828552Z 7278c95ce6c31b0dde6ec446975903e9128e5147
